home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Dzieci / SIMPDATA / SIMPMAIN / 00043_right panel score script.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  242 b   |  11 lines

  1. on mouseDown
  2.   if the lastClick > 5 then
  3.     exit
  4.   end if
  5.   set whichSpr to the clickOn
  6.   set theMouseH to the mouseH
  7.   set theMouseV to the mouseV
  8.   hideFieldHiliterSpr(appMgr)
  9.   panelClick(interfaceMgr, theMouseH, theMouseV, whichSpr)
  10. end
  11.